home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.1 / SecureMail.exe / 0 / RCDATA / TADDICTSPELLDIALOG / TADDICTSPELLDIALOG.txt
Text File  |  1998-11-20  |  4KB  |  205 lines

  1. object AddictSpellDialog: TAddictSpellDialog
  2.   Left = 340
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Spell Check'
  7.   ClientHeight = 157
  8.   ClientWidth = 386
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ErrorLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 53
  20.     Height = 13
  21.     Caption = 'Not Found:'
  22.     FocusControl = NotFound
  23.   end
  24.   object ActionLabel: TLabel
  25.     Left = 8
  26.     Top = 32
  27.     Width = 68
  28.     Height = 13
  29.     Caption = '&Replace With:'
  30.     FocusControl = WordEdit
  31.   end
  32.   object SuggestLabel: TLabel
  33.     Left = 8
  34.     Top = 57
  35.     Width = 61
  36.     Height = 13
  37.     Caption = '&Suggestions:'
  38.     FocusControl = SuggestBox
  39.   end
  40.   object NotFound: TEdit
  41.     Left = 96
  42.     Top = 8
  43.     Width = 281
  44.     Height = 21
  45.     HelpContext = 912
  46.     ReadOnly = True
  47.     TabOrder = 6
  48.   end
  49.   object WordEdit: TEdit
  50.     Left = 96
  51.     Top = 32
  52.     Width = 121
  53.     Height = 21
  54.     HelpContext = 913
  55.     TabOrder = 7
  56.   end
  57.   object SuggestBox: TListBox
  58.     Left = 96
  59.     Top = 56
  60.     Width = 121
  61.     Height = 97
  62.     HelpContext = 914
  63.     ItemHeight = 13
  64.     TabOrder = 8
  65.   end
  66.   object ChangeAll: TButton
  67.     Left = 224
  68.     Top = 32
  69.     Width = 75
  70.     Height = 22
  71.     HelpContext = 900
  72.     Caption = '&Change All'
  73.     Enabled = False
  74.     TabOrder = 0
  75.     OnClick = ChangeAllClick
  76.   end
  77.   object Change: TButton
  78.     Left = 304
  79.     Top = 32
  80.     Width = 75
  81.     Height = 22
  82.     HelpContext = 901
  83.     Caption = 'C&hange'
  84.     Enabled = False
  85.     TabOrder = 1
  86.     OnClick = ChangeClick
  87.   end
  88.   object IgnoreAll: TButton
  89.     Left = 224
  90.     Top = 56
  91.     Width = 75
  92.     Height = 22
  93.     HelpContext = 902
  94.     Caption = '&Ignore All'
  95.     Enabled = False
  96.     TabOrder = 2
  97.     OnClick = IgnoreAllClick
  98.   end
  99.   object Ignore: TButton
  100.     Left = 304
  101.     Top = 56
  102.     Width = 75
  103.     Height = 22
  104.     HelpContext = 903
  105.     Caption = 'I&gnore'
  106.     Enabled = False
  107.     TabOrder = 3
  108.     OnClick = IgnoreClick
  109.   end
  110.   object Add: TButton
  111.     Left = 224
  112.     Top = 80
  113.     Width = 75
  114.     Height = 22
  115.     HelpContext = 904
  116.     Caption = '&Add'
  117.     Enabled = False
  118.     TabOrder = 4
  119.     OnClick = AddClick
  120.   end
  121.   object AutoCorrect: TButton
  122.     Left = 304
  123.     Top = 80
  124.     Width = 75
  125.     Height = 22
  126.     HelpContext = 905
  127.     Caption = 'Au&to-Correct'
  128.     Enabled = False
  129.     TabOrder = 5
  130.     OnClick = AutoCorrectClick
  131.   end
  132.   object Help: TButton
  133.     Left = 224
  134.     Top = 131
  135.     Width = 75
  136.     Height = 22
  137.     Caption = 'Hel&p'
  138.     TabOrder = 13
  139.     OnClick = HelpClick
  140.   end
  141.   object Options: TButton
  142.     Left = 8
  143.     Top = 131
  144.     Width = 75
  145.     Height = 22
  146.     HelpContext = 909
  147.     Caption = '&Options'
  148.     TabOrder = 12
  149.     OnClick = OptionsClick
  150.   end
  151.   object Start: TButton
  152.     Left = 8
  153.     Top = 83
  154.     Width = 75
  155.     Height = 22
  156.     HelpContext = 907
  157.     Caption = 'Start'
  158.     Enabled = False
  159.     TabOrder = 10
  160.     OnClick = StartClick
  161.   end
  162.   object Cancel: TBitBtn
  163.     Left = 304
  164.     Top = 131
  165.     Width = 75
  166.     Height = 22
  167.     HelpContext = 911
  168.     TabOrder = 14
  169.     OnClick = CancelClick
  170.     Kind = bkCancel
  171.   end
  172.   object UndoLast: TButton
  173.     Left = 8
  174.     Top = 107
  175.     Width = 75
  176.     Height = 22
  177.     HelpContext = 908
  178.     Caption = 'Undo &Last'
  179.     Enabled = False
  180.     TabOrder = 11
  181.     OnClick = UndoLastClick
  182.   end
  183.   object Suggest: TButton
  184.     Left = 8
  185.     Top = 59
  186.     Width = 75
  187.     Height = 22
  188.     HelpContext = 906
  189.     Caption = 'S&uggest'
  190.     Enabled = False
  191.     TabOrder = 9
  192.     OnClick = SuggestClick
  193.   end
  194.   object DC: TDialogControl
  195.     WordEdit = WordEdit
  196.     Suggestions = SuggestBox
  197.     OnChangeEnabled = DC1ChangeEnabled
  198.     OnChangeVisible = DC1ChangeVisible
  199.     OnGetCaption = DC1GetCaption
  200.     OnSetCaption = DC1SetCaption
  201.     OnResize = DCResize
  202.     Left = 352
  203.   end
  204. end
  205.